object ExternalsForm: TExternalsForm Left = 159 Top = 68 BorderStyle = bsDialog Caption = 'Externals' ClientHeight = 225 ClientWidth = 472 Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] KeyPreview = True OnActivate = FormActivate OnClose = FormClose OnCloseQuery = FormCloseQuery OnCreate = FormCreate OnKeyDown = FormKeyDown PixelsPerInch = 96 TextHeight = 13 object bOK: TButton Left = 208 Top = 189 Width = 75 Height = 25 Caption = 'OK' Default = True ModalResult = 1 TabOrder = 0 end object bCancel: TButton Left = 288 Top = 189 Width = 75 Height = 25 Cancel = True Caption = 'Cancel' ModalResult = 2 TabOrder = 1 end object bHelp: TButton Left = 368 Top = 189 Width = 75 Height = 25 Caption = 'Help' TabOrder = 2 OnClick = bHelpClick end object bImportPwd: TButton Left = 44 Top = 189 Width = 75 Height = 25 Caption = 'Import...' TabOrder = 3 Visible = False end object PageControl1: TPageControl Left = 0 Top = 0 Width = 472 Height = 183 ActivePage = tsPP TabOrder = 4 object tsPP: TTabSheet Caption = 'Postprocessors' object gExt: TAdvGrid Left = 7 Top = 7 Width = 449 Height = 137 FixedFont.Charset = DEFAULT_CHARSET FixedFont.Color = clWindowText FixedFont.Height = -11 FixedFont.Name = 'MS Sans Serif' FixedFont.Style = [] ColCount = 3 DefaultRowHeight = 17 RowCount = 2 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'Fixedsys' Font.Style = [] Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goColSizing, goRowMoving, goEditing, goThumbTracking, goDigitalRows] ParentFont = False PopupMenu = gExt. TabOrder = 0 ColWidths = ( 31 190 206) end end object tsDrs: TTabSheet Caption = 'Doors' object gDrs: TAdvGrid Left = 7 Top = 7 Width = 449 Height = 137 FixedFont.Charset = DEFAULT_CHARSET FixedFont.Color = clWindowText FixedFont.Height = -11 FixedFont.Name = 'MS Sans Serif' FixedFont.Style = [] ColCount = 3 DefaultRowHeight = 17 RowCount = 2 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'Fixedsys' Font.Style = [] Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goColSizing, goRowMoving, goEditing, goThumbTracking, goDigitalRows] ParentFont = False PopupMenu = gDrs. TabOrder = 0 ColWidths = ( 31 60 336) end end object tsCron: TTabSheet Caption = 'Cron' object gCrn: TAdvGrid Left = 7 Top = 7 Width = 449 Height = 137 FixedFont.Charset = DEFAULT_CHARSET FixedFont.Color = clWindowText FixedFont.Height = -11 FixedFont.Name = 'MS Sans Serif' FixedFont.Style = [] ColCount = 3 DefaultRowHeight = 17 RowCount = 2 Font.Charset = DEFAULT_CHARSET Font.Color = clBlack Font.Height = -12 Font.Name = 'Fixedsys' Font.Style = [] Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goColSizing, goRowMoving, goEditing, goThumbTracking, goDigitalRows] ParentFont = False PopupMenu = gCrn. TabOrder = 0 ColWidths = ( 31 190 206) end end end end